home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / fract / DMandel.readme < prev    next >
Text File  |  1999-03-02  |  8KB  |  199 lines

  1. Short:    Mandel & Julia generator with ARexx, RTG support
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  1.21
  5. Type:     gfx/fract
  6. Requires: Os 2.04
  7.  
  8. _____________________________________________________________________________
  9.  
  10. Changes made for 1.21:
  11.  
  12.     - Debugged the IFF saving routine that could crash if the display
  13.       lines are too long.
  14.     - Fixed the color load routine, apparently RTG software doesn't
  15.       handle LoadRGBCM() like calls the way I thought.
  16.     - This is the first version with tested RTG support; the screen
  17.       depth is currently limited to 8 bit planes because OpenScreen()
  18.       does not work as expected for larger depths. Future releases 
  19.       might support more.
  20. _____________________________________________________________________________
  21.  
  22. Changes made for 1.20:
  23.  
  24.     - Replaced the IFF loading/saving routines by the gfx board friendly
  25.       stuff of the "sister program" VideoEasel. Most operations should
  26.       work fine with a gfx board, probably with one exception I can't
  27.       test here.
  28.     - Updated printer support. It does no longer set the colors of the
  29.       screen but uses an internal copy.
  30.     - Added a check for the '060 processor for the "suggest" button.
  31.       The plain 68K integer routines should be better for the '060 since
  32.       they don't require any software emulation.
  33.     - Rewrote the memory management. "DMandel" uses now memory pools.
  34.     - Removed an enforcer hit in the "RXMENU" command.
  35.     - Just a couple of tiny optimizations in the startup and other
  36.       assembler routines. 
  37. _____________________________________________________________________________
  38.  
  39. Yes, I know that there are more than enough mandelbrot fractal generators
  40. in the net, really... If you want some reasons why to use this program, here
  41. we go:
  42.  
  43. - Three algorithms for Mandelbrot sets, six for Julia sets.
  44. - Six different math implementations (IEEE single/double,FFP,
  45.   fast-integers for '000 and '020 and FPU) for optimal speed,
  46.   written in hand-tooled assembly language.
  47. - Highest speed, optimized for big magnifications.
  48. - ARexx support (Sample Mandelbrot movie generator script for
  49.   movie generation together with DPaint V included.)
  50. - Monitor ID support, but untested on GfxBoards.
  51. - Supports EHB for 64 colors on ECS machines.
  52. - Last but not least: It's free.
  53.  
  54. At least, the program is free. The guide isn't... 
  55.  
  56. The guide is not yet existing, I will start typing it as soon as somebody is
  57. interested and wants to pay money for it. Write an email to this address:
  58.  
  59. thor@math.tu-berlin.de
  60.  
  61. The suggested price for the manual will be between $10 and $20.
  62.  
  63.  
  64. A sample set of EHB pictures generated by DMandel is available, see
  65. DMandelPics.lha at pix/fract.
  66.  
  67. ____________________________________________________________________________
  68.  
  69. Installation:
  70.  
  71.     -Unpack this archive whereever you want.
  72.  
  73.     -If you're still working with the original CBM mathieeedoubbas
  74.     library, a patch is needed since this library is broken.
  75.     (The compare-function is broken for negative numbers of
  76.      small absolute value).
  77.  
  78.     The patch is included in the "MathIEEEPatch" drawer, installation
  79.     works like this:
  80.  
  81. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  82. 2)      Copy the file mathieeedoubbas.pch, which comes with this archive,
  83.         to RAM:
  84. 3)      Copy the program spatch, which is also included in this archive,
  85.         to ram:
  86. 4)      Change the directory to ram: with
  87.         cd ram:
  88. 5)      Apply the patch with
  89.         spatch mathieeedoubbas.library
  90. 6)      Copy back the file RAM:mathieeedoubbas.new to
  91.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  92.  
  93. If any problems arise, make sure you use the original (CBM) version
  94. of the library!
  95.  
  96.     
  97. How to install the main program:
  98.  
  99.  
  100.     -Start DMandel by double clicking its icon.
  101.  
  102.     -Read the startup window. Close it by clicking on "O.K."
  103.  
  104.     -Select the menu point "Arexx Command" of the project menu.
  105.  
  106.     -Select the script "CreateStartup.rexx"
  107.  
  108.     -Follow the instructions.
  109. ____________________________________________________________________________
  110.  
  111.                         The THOR-Software Licence
  112.  
  113.  
  114. This License applies to the computer programs known as "Deluxe Mandelbrot".
  115. The "Program", below, refers to such program.
  116.  
  117.  
  118. The programs and files in this distribution are freely distributable
  119. under the restrictions stated below, but are also Copyright (c)
  120. Thomas Richter.
  121.  
  122.  
  123. Distribution of the Program by a commercial organization without written
  124. permission from the author to any third party is prohibited if any payment
  125. is made in connection with such distribution, whether directly
  126. (as in payment for a copy of the Program) or indirectly (as in payment
  127. for some service related to the Program, or payment for some product
  128. or service that includes a copy of the Program "without charge";
  129. these are only examples, and not an exhaustive enumeration of prohibited
  130. activities). However, the following methods of distribution involving
  131. payment shall not in and of themselves be a violation of this restriction:
  132.  
  133.  
  134. (i) Posting the Program on a public access information storage and
  135. retrieval service for which a fee is received for retrieving information
  136. (such as an on-line service), provided that the fee is not
  137. content-dependent (i.e., the fee would be the same for retrieving the same
  138. volume of information consisting of random data).
  139.  
  140.  
  141.  
  142. (ii) Distributing the Program on a CD-ROM, provided that the files
  143. containing the Program are reproduced entirely and verbatim on such
  144. CD-ROM, and provided further that all information on such CD-ROM be
  145. redistributable for non-commercial purposes without charge.
  146.  
  147.  
  148.  
  149. Everything in this distribution must be kept together, in original
  150. and unmodified form.
  151.  
  152.  
  153.  
  154.  
  155. Limitations.
  156.  
  157. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  158. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  159. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  160. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  161. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  162. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  163. SERVICING, REPAIR OR CORRECTION.
  164.  
  165.  
  166.  
  167. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  168. THIS ARCHIVE.
  169. _____________________________________________________________________________
  170.  
  171. Thomas,
  172.     January 1999    
  173.  
  174.  
  175. ============================= Archive contents =============================
  176.  
  177. Original  Packed Ratio    Date     Time    Name
  178. -------- ------- ----- --------- --------  -------------
  179.     6399    2923 54.3% 30-Jan-99 22:22:28 +DMandel.readme
  180.      628     259 58.7% 03-Aug-97 12:29:14 +Julia Sets.info
  181.   114220   62417 45.3% 30-Jan-99 22:16:34 +Mandelbrot
  182.      628     256 59.2% 03-Aug-97 12:29:14 +Mandelbrot Sets.info
  183.     1190     570 52.1% 03-Aug-97 12:29:14 +Mandelbrot.info
  184.      628     257 59.0% 03-Aug-97 12:29:14 +MathIEEEPatch.info
  185.      176     158 10.2% 20-Oct-96 14:46:26 +mathieeedoubbas.pch
  186.      436     285 34.6% 03-Aug-97 12:29:28 +mathieeedoubbas.pch.info
  187.    14688    9310 36.6% 20-Oct-96 14:44:28 +spatch
  188.      628     272 56.6% 03-Aug-97 12:29:14 +Scripts.info
  189.     1719     839 51.1% 05-Jan-97 01:34:42 +CreateStartup.rexx
  190.      546     262 52.0% 04-Nov-95 16:02:56 +CreateStartup.rexx.info
  191.      206     141 31.5% 24-Feb-96 00:06:52 +Function.rexx
  192.      546     261 52.1% 24-Feb-96 00:07:20 +Function.rexx.info
  193.     1977     801 59.4% 04-Nov-95 15:54:20 +Movie.rexx
  194.      546     262 52.0% 04-Nov-95 16:02:56 +Movie.rexx.info
  195.    28790   14871 48.3% 20-Mar-97 19:39:30 +Startup.mdl
  196.     1171     555 52.6% 03-Aug-97 12:29:14 +Startup.mdl.info
  197. -------- ------- ----- --------- --------
  198.   175122   94699 45.9% 01-Feb-99 21:36:32   18 files
  199.